3.1294 \(\int \frac {1}{x^6 (3+b x^5)} \, dx\)

Optimal. Leaf size=28 \[ \frac {1}{45} b \log \left (b x^5+3\right )-\frac {1}{9} b \log (x)-\frac {1}{15 x^5} \]

[Out]

-1/15/x^5-1/9*b*ln(x)+1/45*b*ln(b*x^5+3)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {266, 44} \[ \frac {1}{45} b \log \left (b x^5+3\right )-\frac {1}{9} b \log (x)-\frac {1}{15 x^5} \]

Antiderivative was successfully verified.

[In]

Int[1/(x^6*(3 + b*x^5)),x]

[Out]

-1/(15*x^5) - (b*Log[x])/9 + (b*Log[3 + b*x^5])/45

Rule 44

Int[((a_) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*
x)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && L
tQ[m + n + 2, 0])

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {1}{x^6 \left (3+b x^5\right )} \, dx &=\frac {1}{5} \operatorname {Subst}\left (\int \frac {1}{x^2 (3+b x)} \, dx,x,x^5\right )\\ &=\frac {1}{5} \operatorname {Subst}\left (\int \left (\frac {1}{3 x^2}-\frac {b}{9 x}+\frac {b^2}{9 (3+b x)}\right ) \, dx,x,x^5\right )\\ &=-\frac {1}{15 x^5}-\frac {1}{9} b \log (x)+\frac {1}{45} b \log \left (3+b x^5\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 28, normalized size = 1.00 \[ \frac {1}{45} b \log \left (b x^5+3\right )-\frac {1}{9} b \log (x)-\frac {1}{15 x^5} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x^6*(3 + b*x^5)),x]

[Out]

-1/15*1/x^5 - (b*Log[x])/9 + (b*Log[3 + b*x^5])/45

________________________________________________________________________________________

fricas [A]  time = 0.82, size = 28, normalized size = 1.00 \[ \frac {b x^{5} \log \left (b x^{5} + 3\right ) - 5 \, b x^{5} \log \relax (x) - 3}{45 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(b*x^5+3),x, algorithm="fricas")

[Out]

1/45*(b*x^5*log(b*x^5 + 3) - 5*b*x^5*log(x) - 3)/x^5

________________________________________________________________________________________

giac [A]  time = 0.52, size = 31, normalized size = 1.11 \[ \frac {1}{45} \, b \log \left ({\left | b x^{5} + 3 \right |}\right ) - \frac {1}{9} \, b \log \left ({\left | x \right |}\right ) + \frac {b x^{5} - 3}{45 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(b*x^5+3),x, algorithm="giac")

[Out]

1/45*b*log(abs(b*x^5 + 3)) - 1/9*b*log(abs(x)) + 1/45*(b*x^5 - 3)/x^5

________________________________________________________________________________________

maple [A]  time = 0.01, size = 23, normalized size = 0.82 \[ -\frac {b \ln \relax (x )}{9}+\frac {b \ln \left (b \,x^{5}+3\right )}{45}-\frac {1}{15 x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^6/(b*x^5+3),x)

[Out]

-1/15/x^5-1/9*b*ln(x)+1/45*b*ln(b*x^5+3)

________________________________________________________________________________________

maxima [A]  time = 1.02, size = 24, normalized size = 0.86 \[ \frac {1}{45} \, b \log \left (b x^{5} + 3\right ) - \frac {1}{45} \, b \log \left (x^{5}\right ) - \frac {1}{15 \, x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(b*x^5+3),x, algorithm="maxima")

[Out]

1/45*b*log(b*x^5 + 3) - 1/45*b*log(x^5) - 1/15/x^5

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 22, normalized size = 0.79 \[ \frac {b\,\ln \left (b\,x^5+3\right )}{45}-\frac {b\,\ln \relax (x)}{9}-\frac {1}{15\,x^5} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^6*(b*x^5 + 3)),x)

[Out]

(b*log(b*x^5 + 3))/45 - (b*log(x))/9 - 1/(15*x^5)

________________________________________________________________________________________

sympy [A]  time = 0.88, size = 24, normalized size = 0.86 \[ - \frac {b \log {\relax (x )}}{9} + \frac {b \log {\left (x^{5} + \frac {3}{b} \right )}}{45} - \frac {1}{15 x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**6/(b*x**5+3),x)

[Out]

-b*log(x)/9 + b*log(x**5 + 3/b)/45 - 1/(15*x**5)

________________________________________________________________________________________